|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
AsaNatProcess is the process that handles Nat for asa. More...
Additional Inherited Members | |
Public Member Functions inherited from NatProcess | |
| bool | addNatPool (string) |
| Adds a NAT pool with the specified name. More... | |
| NatPool | getNatPool (string) |
| Returns the NAT pool with the specified name. More... | |
| NatPool | getNatPoolAt (int) |
| Returns the NAT pool at the specified index. More... | |
| bool | removeNatPool (string) |
| Removes the NAT pool with the specified name. More... | |
| int | getNatPoolCount () |
| Returns the number of NAT pools. More... | |
| int | getInSrcStaticCount () |
| Returns the number of inside source static entries. More... | |
| int | getOutSrcStaticCount () |
| Returns the number of outside source static entries. More... | |
| NatEntry | getInSrcStaticAt (int) |
| Returns the inside source static entry at the specified index. More... | |
| NatEntry | getOutSrcStaticAt (int) |
| Returns the inside source static entry at the specified index. More... | |
| void | clearAllTranslations () |
| Clears all NAT translations. More... | |
| bool | removeInSrcList (string) |
| Removes the inside source list entry with the specified ACL ID. More... | |
| bool | removeOutSrcList (string) |
| Removes the outside source list entry with the specified ACL ID. More... | |
| NatList | getInSrcList (string) |
| Returns the inside source list entry with the specified ACL ID. More... | |
| NatList | getOutSrcList (string) |
| Returns the outside source list entry with the specified ACL ID. More... | |
| NatList | getInSrcListAt (int) |
| Returns the inside source list entry at the specified index. More... | |
| NatList | getOutSrcListAt (int) |
| Returns the outside source list entry at the specified index. More... | |
| int | getInSrcListCount () |
| Returns the number of inside source list entries. More... | |
| int | getOutSrcListCount () |
| Returns the number of outside source list entries. More... | |
| NatTable | getNatTable () |
| Returns the NAT table. More... | |
| void | updateTableEvent () |
| Event triggered when the table is updated. More... | |
| void | closeTableEvent () |
| Event triggered when the table is closed, deleted. More... | |
Public Member Functions inherited from Process | |
| Device | getOwnerDevice () |
| Returns the device for this process. More... | |
AsaNatProcess is the process that handles Nat for asa.